php forum
php mysql forum
php mysql smarty
 
Page 1 of 5 1 2 3 4 5 >
Topic Options
#274112 - 05/27/04 12:02 AM Finished-[6.5] Popup Graemlin Panel
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Mod Name / Version: Finished-[6.5] Popup Graemlin Panel <br /> <br />Description: Allows you to limit the number of graemlins to be displayed on the posting pages and gives a link to click "More Graemlins" for a pop-up window where you can select from additional graemlins. <br /> <br /> <br />Working Under: UBB.Threads 6.5 <br /> <br />Mod Status: Finished <br /> <br />Any pre-requisites: UBB Threads v6.5 <br /> <br />Author(s): JustDave <br /> <br />Date: 05/26/04 <br /> <br />Credits: JoshPet, AllenAyers & Astaran, Scroungr for bug fixes and updates <br /> <br />Files Altered: /templates/default/admin/features.tmpl, /languages/english/admin, /admin/features.php, <br /> /admin/dofeatures.php, /templates/default/ubbt_instant_ubbcode.tmpl, ubbt.inc.php, /languages/english/instant_markup.php, <br />/languages/english/generic.php, /templates/default/quickreply.tmpl <br /> <br /> <br />New Files: graemlinpanel.php <br /> <br />Database Altered: No <br /> <br />Info/Instructions: Essential to keep page load times down and your layout clean if you have lots of graemlins <br /> <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files. <br /> <br />##ADDED Graemlins to Quickreply Box. <br /> <br />##ADDED WHERE G_Active='1' for active Gramelins only


Attachments
114094-114094-graemlinpanel.6.5.zip (220 downloads)



Edited by scroungr (11/16/04 07:59 AM)

Top
#274113 - 05/27/04 03:17 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Thanks <img src="http://www.ubbdev.com/forum/images/graemlins/yay.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#274114 - 05/27/04 07:42 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Gorlum]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
<img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />you read my mind. I was hoping this was one of the first ones......
_________________________
DrChaos
LeetGamers

Top
#274115 - 05/27/04 02:39 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I see that showflat.tmpl and showthreaded.tmpl aren't included on the changed files list. Will this be updated to add the "More Graemlins" link to the new stock Quick Reply boxes?
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#274116 - 05/27/04 03:36 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: luan]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
[:"red"]NEW VERSION UPLOADED [/] <br /><br />Now includes the quickreply.tmpl instructions
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274117 - 05/27/04 05:33 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I guess I should have known that the quickreply is it's own template now that it's stock. Thanks <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#274118 - 05/27/04 07:05 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: luan]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Im getting this error when I click on the "more grams" link in the quick reply and in the post or reply pages.<br /><br />
Code:
 Warning: main(includes/hack.inc.php): failed to open stream: No such file or directory in /home/leetgame/public_html/graemlinpanel.php on line 21<br /><br />Fatal error: main(): Failed opening required 'includes/hack.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/leetgame/public_html/graemlinpanel.php on line 21<br /> 
_________________________
DrChaos
LeetGamers

Top
#274119 - 05/27/04 07:29 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
line 21 reads. "require ("includes/hack.inc.php");"<br /><br />I dont have that file in my includes dir?
_________________________
DrChaos
LeetGamers

Top
#274120 - 05/28/04 01:34 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
well then point it to main.inc.php instead.. we are tossing around the idea of making a standard hack.inc.php so we won't always have to change things.. so just point it to main.inc.php
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274121 - 05/31/04 05:41 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
My instant greamlins don't show up. I don't see a specific screen that says themes in the control panel. I do see a max greamlin list and have set it to 10.<br /><br />Trying to setup a threadsdev user but can't verify my fake email account <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />.. see the need for a mod.

Top
#274122 - 05/31/04 05:54 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
ok threadsdev setup<br />http://www.steelheader.net/6.5/ubbthreads.php?Cat=0<br /><br />The popup panel works when you find the dot below more greamlins. <br /><br />I double checked the hack files and they met the instructions.

Top
#274123 - 05/31/04 08:13 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Kelly]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Where, in threads 6.5 is the option to change how many are shown. I cant find it in the control panel?
_________________________
DrChaos
LeetGamers

Top
#274124 - 05/31/04 08:33 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Okay Chaos its in Feature Settings in the admin panel right under the allow images/images in signatures.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274125 - 05/31/04 08:35 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
about the graemlins not showing Smilesforu , mine was like that also until I set the above setting.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274126 - 05/31/04 09:31 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I tried updating greamlin settings in features... it changes them but still no greamlins. <br /><br />stumped. <br />Looks like a language file problem but I don't see it.

Top
#274127 - 06/01/04 10:52 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Kelly]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
working sweet.....<br /><br />How would I go about making them load in multiple pages instead of one major page. the 56k'er are starting to complain that the page loads slow. If it would load like 20 on a page and have something like (1/2/3/4/5) on the bottom as pages they can click to view the other grams.....
_________________________
DrChaos
LeetGamers

Top
#274128 - 06/01/04 11:44 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
well you would really need to rewrite this script to allow for multiple pages...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274129 - 06/01/04 02:05 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
oh, nevermind then....<br /><br />Imthinking about setting up something like here that has them listed in a section. then they can just use the image tag and put the location of the smiley.
_________________________
DrChaos
LeetGamers

Top
#274130 - 06/01/04 04:25 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yeah Josh modified well I think someone did it for him <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274131 - 06/10/04 05:45 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
Any one have a nice zipped collection of graemlins? And an easy way to bulk upload em?
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274132 - 06/11/04 01:42 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
PaNTerSan Offline
Journeyman

Registered: 03/19/04
Posts: 122
Loc: EU, Slovenia
Our graemlins <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
Kind regards,
PaNTerSan

Top
#274133 - 06/30/04 12:43 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Brandon Long]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
Ok I got a lot of em now. (Thanks all) is there a way to bulk load them into the database?
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274134 - 07/04/04 12:11 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
bump<br /><br /> <img src="http://www.ubbdev.com/forum/images/graemlins/yeahthat.gif" alt="" />
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274135 - 07/04/04 01:32 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
6.5 makes bulk uploading easy.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274136 - 07/05/04 10:21 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
how so?<br /><br />I uploaded them to my graemlins directory but they don't show up in the list.. I have to add 1 at a time?
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274137 - 07/05/04 10:42 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
It would be nice if it were like the style sheets and saw every thing in the directory?! Then allow me to go thru and edit/delete & assign code. & order.
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274138 - 07/05/04 12:38 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yeah one at a time.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274139 - 07/05/04 04:21 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
<img src="http://www.ubbdev.com/forum/images/graemlins/doah.gif" alt="" />
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274140 - 07/07/04 02:51 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
K I managed to get a lot bulk loaded I am too tired to explain how I did it but I will come back later and do so <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /><br />Also the panel is showing graemlins marked inactive!
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274141 - 07/07/04 11:45 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Thanx OW updated file atachment had to add<br /> WHERE G_Active='1'<br />so it only pulled active graemlins
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274142 - 07/07/04 07:40 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
Ok I what I did was this... I downloaded the contents of the w3t_Graemlins table to see how it is formatted. What I did then was upload all my files to the graemlin folder. Then I used my terminal app to capture a list of all the file names in that folder. I converted it and imported it into FileMaker. Then added some strings to recreate the necessary insert lines. for each of the 475 new graemlins. Then i exported the file and tweaked it a bit in bbedit. then backup my original. I uploaded the new file. It worked too well All 475 graemlins were there it took forever to see all of em in the CP so finally when it loaded i went through and deleted almost half as many were dups and or just vulgar or dumb. <br /><br />But it isn't too terribly hard to do a bulk upload.<br /><br />But now I need a way to delete all the unused graemlins in the folder that are not in the db? I thought the script would delete the graemlin like it does for the post icon? but I guess not.
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#274143 - 09/28/04 09:05 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Did anyone get the pop up page to be able to split into multiple pages. Would work if you have about 30 or 40 even 100 images that have to load in the popup. If it was able to display something like 20 per page (or whatever) and add 1|2|3|4| to the bottom to link the other pages. <br /><br />just an Idea again
_________________________
DrChaos
LeetGamers

Top
#274144 - 10/31/04 04:39 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
slight bump :-O
_________________________
DrChaos
LeetGamers

Top
#274145 - 11/02/04 04:36 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
SG_dup1 Offline
User

Registered: 05/20/04
Posts: 43
Loc: Indiana, USA
I've just tried doing this one, but when changing the ubbt.inc.php file, it wants me to find this code:<br /><br />[]global $config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh,$user;[/]<br /><br />Our file has it without $user; at the end, so I added it anyway. Once uploaded, I got this error:<br /><br />[]Parse error: parse error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' on line 3086[/]

Top
#274146 - 11/02/04 07:42 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
please post the line you have in there in place.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274147 - 11/02/04 07:48 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
SG_dup1 Offline
User

Registered: 05/20/04
Posts: 43
Loc: Indiana, USA
This is the line I have in there:<br /><br />[]global $config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh;[/]<br /><br />I have various other modifications in place, so maybe this was changed when I installed them?

Top
#274148 - 11/02/04 09:57 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
anmd that is line 3086? cause mine only goes up to 2171..<br />otherwise it looks fine? try changing the line back.. Does it still toss the same error?
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274149 - 11/02/04 10:10 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
SG_dup1 Offline
User

Registered: 05/20/04
Posts: 43
Loc: Indiana, USA
It might have been 2086, come to think of it. I re-uploaded the original file, however, and the forum is back to normal without the modification. I will have another go at editing the file, and see if I still get the error <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />*edit* The line in question was this one: <br /> <br />[]class user {[/] <br />


Edited by SG (11/02/04 10:12 AM)

Top
#274150 - 11/02/04 11:16 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
OK SG thanx <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />basically its just saying to change the line in the instant_ubbcode function<br /><br />to<br />global $config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh,$user;<br /><br />so look for the <br /><br /> function instant_ubbcode() {<br /><br />and under that try this<br /><br /> global $theme,$config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh,$user;<br /><br />in place of that global call you see..<br /><br />let me know what happens and if ya want I can try it. thats the line I have on my server. But we may not have the same mods installed.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274151 - 11/12/04 08:45 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
Rose Offline
Power User

Registered: 09/29/06
Posts: 76
Hi Dave,<br /><br />We've installed this mod and it works very well. We have one small problem though. The "More Graemlins" link has (it seems) appeared in a table header, with our table header background color. Also, the link is barely clickable - you have to get the mouse in a 1 pixel area at the bottom of the link text.<br /><br />Any ideas?

Top
#274152 - 11/13/04 09:10 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
Sapphy Offline
Power User

Registered: 09/03/03
Posts: 70
There are literally thousands of different graemlins out there, in all different styles shades etc... Best to just search really. www.mysmilies.com is a good place to start. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#274153 - 11/13/04 10:47 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Steve_OS]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Great mod. Allthough it still needs a multiple page function. So it will only display xx amount of smilies per page.<br /><br />exactly what the avatar page does. it only allowas about 8 or 10 per page when someone is selecting an avatar.
_________________________
DrChaos
LeetGamers

Top
#274154 - 11/14/04 01:21 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: jay-zi]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
[]Rose said:<br />Hi Dave,<br /><br />We've installed this mod and it works very well. We have one small problem though. The "More Graemlins" link has (it seems) appeared in a table header, with our table header background color. Also, the link is barely clickable - you have to get the mouse in a 1 pixel area at the bottom of the link text.<br /><br />Any ideas? [/]<br /><br />Hmmm give me a link please..
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274155 - 11/16/04 07:59 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Updated.. thanx Dal..
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274156 - 11/18/04 04:46 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
changes?
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#274157 - 11/18/04 07:31 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: barbiro]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
small minor change in a table call.. the link was encompassing the table..
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274158 - 11/18/04 06:00 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
magik Offline
Power User

Registered: 10/09/02
Posts: 66
Loc: Poland, Tarnów
[]scroungr said:<br />small minor change in a table call.. the link was encompassing the table.. [/]<br />Instructions is edit ??
_________________________
My board is http://www.forum.tarnow.pl

Top
#274159 - 11/20/04 10:48 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: Thermit_dup1]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
OK, here is is:<br /><br />### Change this:<br /><br /> $remotelink = "<br /><a href=\"javascript:void(0)\" onclick=\"openGraemlinPanel()\"><table class = \"darktable\"><tr><td class = \"tdheader\">{$ubbt_lang['MORE_G']}</td></tr></table></a>";<br /><br /><br />### To this:<br /><br /> $remotelink = "<br /><table class = \"darktable\"><tr><td class = \"tdheader\"><a href=\"javascript:void(0)\" onclick=\"openGraemlinPanel()\">{$ubbt_lang['MORE_G']}</a></td></tr></table>";<br /><br /><br />### Change this:<br /><br /> $i++;<br /><br /> if ($i==6) {<br /><br /> $i=0;<br /><br /> $graemlinlist .= "<br />";<br /><br /> }<br /><br /><br /><br /><br /><br />### to this:<br /><br /> $i++;<br /><br /> $gnum++;<br /><br /> if ($i==6) {<br /><br /> $i=0;<br /><br /> if ($gnum < ($config['maxgraemlins'] +1)) {<br /><br /> $graemlinlist .= "<br />";<br /><br /> }<br /><br /> }
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274160 - 11/22/04 03:28 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
[]scroungr said:<br />Updated.. thanx Dal.. [/]<br /><br />Anytime <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#274161 - 11/27/04 08:11 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Trying to get this one up and running....<br /><br />Installing on v6.4 and having issues in the ubbt.inc.php file.<br /><br />After making all the necessary changes, I'm finding this error:<br /><br />Parse error: parse error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/smoknz28/public_html/ubbthreads/ubbt.inc.php on line 1554<br /><br />On line 1554, this is what's found: class user {

Top
#274162 - 11/28/04 03:54 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: General_Failure]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
This version is for 6.5 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#274163 - 11/29/04 02:26 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: Gorlum]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
[]Ian_W said:<br />This version is for 6.5 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> [/]<br /><br />Doh! Sorry....I meant v6.5....still trying to get use to typing that. <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /><br /><br />The issues of getting this running is from my threads v6.5.

Top
#274164 - 11/30/04 09:15 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: General_Failure]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Sounds like your missing a closing bracket. I would go back over it and make sure you followed the instructions to the letter..
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274165 - 12/02/04 06:38 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Ack, okay....think we're getting closer.... <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /><br /><br />The hack runs up until the point a user clicks on "More Graemlins"<br /><br />When they do, the javascript runs and this is shown:<br /><br />Warning: main(includes/hack.inc.php): failed to open stream: No such file or directory in /home/smoknz28/public_html/ubbthreads/graemlinpanel.php on line 21<br /><br />Fatal error: main(): Failed opening required 'includes/hack.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/smoknz28/public_html/ubbthreads/graemlinpanel.php on line 21<br /><br />I know I don't have a file called hack.inc.php. How do I fix this?

Top
#274166 - 12/02/04 01:06 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: General_Failure]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
in your "includes" folder...<br /><br />create a file named hack.inc.php and then inside of that add this code and save it.<br /><br />
Code:
&lt;?<br />include("main.inc.php")<br />?&gt;<br /> 
_________________________
DrChaos
LeetGamers

Top
#274167 - 12/02/04 10:15 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
OR just rewrite the code to include main.inc.php instead <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /><br />I perferred the hack.inc.php way because you had to only point to that in future versions and well.. there will be no future versions <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274168 - 12/03/04 12:53 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Ah there we go...got er working like a charm! <br /><br />Thank you "scroungr" for contributing so much to the modifications forum with your work! <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> Definitely a good thing to see people like yourself contributing to the ubb community helping us owners add a lil 'special' touch to our forums. So again, thank you for your contributions.<br /><br />Mark

Top
#274169 - 12/03/04 03:29 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: General_Failure]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
All I heard was "WOOSH" and something went right over my head...... :\
_________________________
DrChaos
LeetGamers

Top
#274170 - 02/16/05 04:31 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: 234234]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
In 6.5.1<br /><br />The directions say
Code:
 ###### In your ubbthreads directory:<br /><br />### Open ubbt.inc.php and change this:<br /><br />	function instant_ubbcode() {<br /><br />		global $config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh,$user;<br /><br /><br /><br />### to this:<br /><br />	function instant_ubbcode() {<br /><br />		global $theme, $config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh,$user; 
<br /><br />This has changed so it now should say
Code:
###### In your ubbthreads directory:<br /><br />### Open ubbt.inc.php and change this:<br /><br />	function instant_ubbcode() {<br /><br />		global $config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh;<br /><br /><br /><br />### to this:<br /><br />	function instant_ubbcode() {<br /><br />		global $theme,$config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh;  
<br /><br /><img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#274171 - 02/16/05 05:31 AM Re: Finished-[6.5] Popup Graemlin Panel [Re: Gorlum]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Also in quickreply.tmpl<br /><br /><tr><td class = "buttons"><br /><br />Needs to be removed - this adds an extra cell, which is not required. It distorts the boxes.<br /><br /><br />Also in ubbt.inc.php<br /><br />$remotelink = "<br><br><table class = \"darktable\"><tr><td class = \"tdheader\"><a href=\"javascript:void(0)\" onclick=\"openGraemlinPanel()\">{$ubbt_lang['MORE_G']}</a></td></tr></table><br /><br />This looks odd with the <td class = \"tdheader\"> - much better with just <td>
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#274172 - 04/10/05 04:48 PM Re: Finished-[6.5] Popup Graemlin Panel [Re: Gorlum]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
[]Ian_W said:<br />Also in quickreply.tmpl<br /><br /><tr><td class = "buttons"><br /><br />Needs to be removed - this adds an extra cell, which is not required. It distorts the boxes.<br />[/]<br /><br />Thanks Ian, mine was showing a background colour under the graemlin link but this sorted it.
_________________________
parentforum.org

Top
#274173 - 04/10/05 04:52 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
[]scroungr said:<br />Okay Chaos its in Feature Settings in the admin panel right under the allow images/images in signatures. [/]<br /><br />Small typo, it says 'Maximum ammount of graemlins to shop on post page.'<br /><br />Should say 'Maximum amount of graemlins to show on post page.'<br /><br />Another great hack scroungr <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
parentforum.org

Top
#274174 - 04/24/05 11:02 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
kestral Offline
Power User

Registered: 05/07/03
Posts: 96
This tweak is not working in 6.5.1.1 <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" />

Top
#274175 - 04/24/05 01:24 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
kestral Offline
Power User

Registered: 05/07/03
Posts: 96
This is not working for 6.5.1.1 some of the 'find this' and replace with 'this' ... the 'find this' text is different.

Top
#274176 - 04/24/05 02:58 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 24hourcampfire]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
I have it working in 6.5.1.1<br /><br />What problems are you having?
_________________________
parentforum.org

Top
#274177 - 04/24/05 04:26 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: DMClark]
kestral Offline
Power User

Registered: 05/07/03
Posts: 96
Fatal error: Call to undefined function: getmicrotime() in /usr/local/psa/home/vhosts/homename/httpdocs/ubbthreads/includes/main.inc.php on line 16<br /><br />Problem seems to be with ubb.inc.php No matter how many times I edit and how careful I am, I get the same error as above.<br /><br />Also the quickreply.tmp file... no matter how careful and how many times I do it... comes back with errors.

Top
#274178 - 05/08/05 12:42 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 24hourcampfire]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Can we get a solid confirmation on this if this hack is working under v6.5.1.1? I know dparvin says he has it working under the latest version....but it appears that there are others out there saying it's not working under v6.5.1.1. <br /><br />Just trying to get a solid thumbs up from a few before I even consider the headaches.... <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" />

Top
#274179 - 05/08/05 05:59 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: General_Failure]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
It worked fine for me under 6.5.1.1 and is working fine under 6.5.2b1.

Top
#274180 - 05/13/05 05:18 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: eslmix]
kestral Offline
Power User

Registered: 05/07/03
Posts: 96
Doesn't work for me at all. I get the errors listed above. Then again, my search function is broken, censor filter is broken, new user registration is broken....and infopop has no idea why, and now our license expired and of COURSE they won't give us the fix w/out paying $200 for a year a dead product. <br /><br />NOT BLOODY LIKELY.

Top
#274181 - 05/13/05 04:28 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 24hourcampfire]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
When you update your version, do you do it around your hacks, or do you start from stock and re-apply everything?

Top
#274182 - 05/13/05 04:41 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: eslmix]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
Additionally, there is only one place where the "Find This" is different when installing this on a 6.5.1.1 board. In the 6.5.1.1 ubbt.inc.php, $user no longer exists in the function instant_ubbcode() <br /> <br />I have attached updated instructions. If it still does not work, it is more than likely from past code tinkering.


Attachments
127747-graemlinpanel.6.5.1.1.setup.txt (58 downloads)


Top
#274183 - 05/18/05 05:59 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: eslmix]
TheInsider Offline
Journeyman

Registered: 03/16/03
Posts: 124
Loc: Baghdad, Iraq
How would I add this to my Shoutbox? I can get the link to show but can't get it to add the info into the text box.
_________________________
Always looking for that next great thing...

My site: www.iraqiinsider.com

Top
#274184 - 05/21/05 07:19 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: sdf123]
wicked34 Offline
Newbie

Registered: 05/21/05
Posts: 20
Hey all, great hack. everything works perfect accept:<br /><br />with the quick reply, the hack added a purple background that shouldnt be there, it should all be the same color.<br /><br />I checked some other themes and the same thing happens, but different colors.<br /><br />Here is an example, if anybody can tell me what went wrong, or what part of the .css would have been changed.<br /><br />[]http://onlinemedsupport.com/quick_reply.jpg[/] <br /><br />Thank You

Top
#274185 - 05/21/05 07:55 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: moparts]
wicked34 Offline
Newbie

Registered: 05/21/05
Posts: 20
nevermind, had to edit a few things and got it.<br /><br />thanks anyway

Top
#274186 - 05/21/05 11:46 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: moparts]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
wicked34, how'd you fix it? I'm having a very similar problem.

Top
#274187 - 05/22/05 05:55 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: General_Failure]
TheInsider Offline
Journeyman

Registered: 03/16/03
Posts: 124
Loc: Baghdad, Iraq
You have to strip away some of the stuff in the instructions for quickreply.tmpl <br /> <br />This is in the instructions: <br />
Code:
  ####FIND <br />{$ubbt_lang['DO_PREVIEW']} <br />###ADD BELOW IT <br />&lt;br /&gt;&lt;br /&gt; <br />&lt;tr&gt;&lt;td class = "buttons"&gt;&lt;a href="javascript:void(0)" onclick="openGraemlinPanel()"&gt;&lt;table class = "darktable"&gt;{$ubbt_lang['MORE_G']}&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; <br />&lt;a name="quickreply"&gt;&lt;/a&gt;
<br /> <br />Instead, change it to:
Code:
 <br />####FIND <br />{$ubbt_lang['DO_PREVIEW']} <br />###ADD BELOW IT <br />&lt;br /&gt;&lt;br /&gt; <br />&lt;a href="javascript:void(0)" onclick="openGraemlinPanel()"&gt;{$ubbt_lang['MORE_G']}&lt;/a&gt; <br />&lt;a name="quickreply"&gt;&lt;/a&gt; 
<br /> <br /> <br />My lines 27-38 look like so: <br /> <br />
Code:
 &lt;td class="darktable" width="17%" valign="top"&gt; <br />&lt;form method="post" action="{$config['phpurl']}/addpost.php" name="replier"&gt; <br />&lt;b&gt;{$ubbt_lang['OPTIONS']}:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt; <br />$addsig <br />$markupselect <br />&lt;br /&gt;&lt;br /&gt; <br />&lt;input type="checkbox" name="preview" value="1" $Pselected class="formboxes" /&gt; <br />{$ubbt_lang['DO_PREVIEW']} <br />&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; <br />&lt;a href="javascript:void(0)" onclick="openGraemlinPanel()"&gt;{$ubbt_lang['MORE_G']}&lt;/a&gt; <br />&lt;a name="quickreply"&gt;&lt;/a&gt; <br />&lt;/td&gt; 
<br /> <br />Hope that helps. That way it gets rid of some extra tables you dont need which is why people get the 'purple boxes' in their quickreply template.

Top
#274188 - 05/22/05 06:00 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: scot]
TheInsider Offline
Journeyman

Registered: 03/16/03
Posts: 124
Loc: Baghdad, Iraq
Now what about adding the Graemlins link to the shout box?
_________________________
Always looking for that next great thing...

My site: www.iraqiinsider.com

Top
#274189 - 05/27/05 05:04 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: scot]
TheInsider Offline
Journeyman

Registered: 03/16/03
Posts: 124
Loc: Baghdad, Iraq
I can get the link to show up for the 'Add More Graemlins" but I notice the function to insert the text when you click on one of the graemlins doesnt insert into the shout entry box. It's different than the one for quickreply.tmpl. Trying to figure it out but I dont PHP well enough.<br /><br /><br />Any help?<br /><br />Thanks.
_________________________
Always looking for that next great thing...

My site: www.iraqiinsider.com

Top
#274190 - 05/27/05 09:53 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: scot]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
check the <textarea> has to MATCH
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274191 - 05/27/05 03:13 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
TheInsider Offline
Journeyman

Registered: 03/16/03
Posts: 124
Loc: Baghdad, Iraq
<textarea> ? Could you please elaborate?
_________________________
Always looking for that next great thing...

My site: www.iraqiinsider.com

Top
#274192 - 05/27/05 09:22 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: scot]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
[]TheInsider said:<br />You have to strip away some of the stuff in the instructions for quickreply.tmpl<br /><br /><br />Instead, change it to:
Code:
 <br />####FIND<br />{$ubbt_lang['DO_PREVIEW']}<br />###ADD BELOW IT<br />&lt;br /&gt;&lt;br /&gt;<br />&lt;a href="javascript:void(0)" onclick="openGraemlinPanel()"&gt;{$ubbt_lang['MORE_G']}&lt;/a&gt;<br />&lt;a name="quickreply"&gt;&lt;/a&gt; 
<br /><br />Hope that helps. That way it gets rid of some extra tables you dont need which is why people get the 'purple boxes' in their quickreply template. [/]<br /><br />Awesome! <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> <br /><br />That worked perfectly.... I really appreciate you taking the time out to respond with the fix for me.<br /><br /><img src="http://www.ubbdev.com/forum/images/graemlins/thankyousign.gif" alt="" />

Top
#274193 - 05/28/05 04:24 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: General_Failure]
TheInsider Offline
Journeyman

Registered: 03/16/03
Posts: 124
Loc: Baghdad, Iraq
I do what I can with what little I know... I'm usually pretty good with reverse engineering stuff like this...except for the shout box insert which i'm working on now.
_________________________
Always looking for that next great thing...

My site: www.iraqiinsider.com

Top
Page 1 of 5 1 2 3 4 5 >



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks